Diary: Timesheets |
Specifies a list of HTML timesheets that can be populated from the Diary screen. | ||||||||||||||||||
![]() |
Show me | |||||||||||||||||
Timesheets require some basic knowledge of HTML syntax, and you will need an HTML editor to design and edit your timesheets. Use HTML comment tags in your timesheet to indicate where you want hours to be printed. A list of pre-defined tags can be seen in the list. |
||||||||||||||||||
![]() |
An example of an HTML timesheet | |||||||||||||||||
|
||||||||||||||||||
The HTML code for this table might look like this: | ||||||||||||||||||
<TABLE> <TR> <TD COLSPAN=2> Timesheet for <B><!--USERNAME--></B> <BR> Week ending <B><!--WEEKENDING--></B> </TD> </TR> <TR> <TD> <!--DAY2_DATE--> </TD> <TD> <B><!--TOTAL_DAY2_ACT--></B> </TD> </TR> <TR> <TD> <!--DAY3_DATE--> </TD> <TD> <B><!--TOTAL_DAY3_ACT--></B> </TD> </TR> ... ... </TABLE> |
||||||||||||||||||
Note In this example we are using tags for DAY2 through DAY6 because the default working week starts on a Sunday, and so DAY1 is Sunday. If your working week started on a Thursday for some bizarre reason then DAY1 would be Thursday. | ||||||||||||||||||
![]() |
To add an HTML timesheet | |||||||||||||||||
![]() |
Click the ![]() |
|||||||||||||||||
![]() |
Browse for the HTML file | |||||||||||||||||
![]() |
Click the Open button | |||||||||||||||||
![]() |
To delete a timesheet | |||||||||||||||||
![]() |
Highlight the timesheet you want to delete | |||||||||||||||||
![]() |
Click the ![]() |
|||||||||||||||||
Note The timesheet file is only removed from the list, not deleted from the system. | ||||||||||||||||||
![]() |
Date format | |||||||||||||||||
The date format is used to display dates on the timesheet. The same format is used for the WEEKENDING tag as the DAYx_DATE tags. If you want to display the day in one cell and the date in another, then assuming that your working week always starts on the same day you don't really need to include the day name (Monday, Tuesday etc) in the Date format setting. So, set a date format such as 7 Jan and actually type the day name into one cell and have the DAYx_DATE tag in the other. |
||||||||||||||||||
Related topics Diary: Appointments, Diary: Date navigator, Diary: Summary layout |